UNPKG

@brizy/ui

Version:
7 lines (6 loc) 208 B
import { ReactElement, ReactNode } from "react"; export interface Props { children: ReactNode; onClick?: VoidFunction; } export declare const ProLabel: ({ children, onClick }: Props) => ReactElement;