@rjsf/fluent-ui
Version:
Fluent UI theme, fields and widgets for react-jsonschema-form
14 lines (13 loc) • 348 B
TypeScript
export declare const styles_red: {
color: string;
fontSize: number;
fontWeight: any;
fontFamily: string;
};
interface FluentLabelProps {
label?: string;
required?: boolean;
id?: string;
}
export default function FluentLabel({ label, required, id }: FluentLabelProps): import("react/jsx-runtime").JSX.Element;
export {};