volleyball-dev-frontend/node_modules/react-loading-skeleton/dist/SkeletonThemeContext.d.ts
2025-06-02 16:42:16 +00:00

7 lines
188 B
TypeScript

import React from 'react';
import { SkeletonStyleProps } from './SkeletonStyleProps.js';
/**
* @internal
*/
export declare const SkeletonThemeContext: React.Context<SkeletonStyleProps>;