@wordpress/components
Version:
UI components for WordPress.
7 lines • 343 B
TypeScript
export declare function useDeprecated36pxDefaultSizeProp<P extends Record<string, any> & {
__next36pxDefaultSize?: boolean;
__next40pxDefaultSize?: boolean;
}>(props: P): Omit<P, "__next36pxDefaultSize" | "__next40pxDefaultSize"> & {
__next40pxDefaultSize: boolean | undefined;
};
//# sourceMappingURL=use-deprecated-props.d.ts.map