@wordpress/components
Version:
UI components for WordPress.
6 lines • 430 B
TypeScript
declare const _default: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<any>, "children"> & {
as?: import("react").ElementType;
children?: import("react").ReactNode | ((props: import("react").HTMLAttributes<any> & import("react").RefAttributes<any>) => import("react").ReactElement | null);
} & import("react").RefAttributes<any>>;
export default _default;
//# sourceMappingURL=index.d.ts.map