@10up/block-components
Version:
10up Components built for the WordPress Block Editor.
14 lines • 324 B
TypeScript
/// <reference types="react" />
interface StyledComponentContextProps {
/**
* Children.
*/
children: React.ReactNode;
/**
* Cache key.
*/
cacheKey: string;
}
export declare const StyledComponentContext: React.FC<StyledComponentContextProps>;
export {};
//# sourceMappingURL=index.d.ts.map