UNPKG

@wordpress/components

Version:
8 lines 267 B
/// <reference types="react" /> /** * Internal dependencies */ import type { StyleProviderProps } from './types'; export declare function StyleProvider(props: StyleProviderProps): JSX.Element | null; export default StyleProvider; //# sourceMappingURL=index.d.ts.map