UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines 294 B
type BlankslateContextType = { size: 'small' | 'medium' | 'large'; }; declare function useBlankslate(): BlankslateContextType; declare const Provider: import("react").Provider<BlankslateContextType | null>; export { Provider, useBlankslate }; //# sourceMappingURL=BlankslateContext.d.ts.map