Trilium Frontend API
    Preparing search index...

    Interface FormGroupProps

    interface FormGroupProps {
        children: VNode<any>;
        className?: string;
        description?: ComponentChildren;
        disabled?: boolean;
        label?: string;
        labelRef?: RefObject<HTMLLabelElement>;
        name: string;
        style?: CSSProperties;
        title?: string;
    }
    Index

    Properties

    children: VNode<any>
    className?: string
    description?: ComponentChildren
    disabled?: boolean
    label?: string
    name: string
    title?: string