UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 248 B
interface INewUseShowErrorStyles { container: string; icon: string; title: string; message: string; } export declare const useShowErrorStyles: () => INewUseShowErrorStyles; export {}; //# sourceMappingURL=useShowErrorStyles.d.ts.map