UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

8 lines (7 loc) 271 B
export interface LabelAndFixedNumberProps { id: string; label: string; number: string; className?: string; } export declare function LabelAndFixedNumber({ id, label, number, className }: LabelAndFixedNumberProps): import("react/jsx-runtime").JSX.Element;