UNPKG

188 BTypeScriptView Raw
1import React from 'react';
2import { SkeletonStyleProps } from './SkeletonStyleProps.js';
3/**
4 * @internal
5 */
6export declare const SkeletonThemeContext: React.Context<SkeletonStyleProps>;