@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 323 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { SkeletonTextStylesProps } from '../../../../components/Skeleton/SkeletonText';
import { SkeletonVariables } from './skeletonVariables';
export declare const skeletonTextStyles: ComponentSlotStylesPrepared<SkeletonTextStylesProps, SkeletonVariables>;