7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
import React from 'react';
|
|
import { SkeletonStyleProps } from './SkeletonStyleProps.js';
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const SkeletonThemeContext: React.Context<SkeletonStyleProps>;
|