UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

13 lines 292 B
interface StyledComponentContextProps { /** * Children. */ children: React.ReactNode; /** * Cache key. */ cacheKey: string; } export declare const StyledComponentContext: React.FC<StyledComponentContextProps>; export {}; //# sourceMappingURL=index.d.ts.map