UNPKG

@wordpress/components

Version:
9 lines 458 B
export declare function useDeprecated36pxDefaultSizeProp<P extends Record<string, any> & { __next36pxDefaultSize?: boolean; __next40pxDefaultSize?: boolean; }>(props: P, /** The component identifier in dot notation, e.g. `wp.components.ComponentName`. */ componentIdentifier: string): Omit<P, "__next40pxDefaultSize" | "__next36pxDefaultSize"> & { __next40pxDefaultSize: boolean | undefined; }; //# sourceMappingURL=use-deprecated-props.d.ts.map