UNPKG

@ducor/form

Version:
8 lines (7 loc) 248 B
export interface LabelProps { id: string; label: string | undefined; withAsterisk?: boolean | undefined; } declare const Label: ({ id, label, withAsterisk }: LabelProps) => import("react/jsx-runtime").JSX.Element; export default Label;