UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

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