UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

14 lines 561 B
import { IPartialTheme, ITheme } from '@fluentui/react/lib/Styling'; export interface IPlaceholderComponentClassNames { placeholder: string; placeholderContainer: string; placeholderHead: string; placeholderHeadContainer: string; placeholderIcon: string; placeholderText: string; hide: string; placeholderDescription: string; placeholderDescriptionText: string; } export declare const getClassNames: (theme: IPartialTheme | ITheme) => IPlaceholderComponentClassNames; //# sourceMappingURL=PlaceholderComponent.styles.d.ts.map