Arc.React
    Preparing search index...

    Interface FieldDecoratorProps

    interface FieldDecoratorProps {
        children: ReactNode;
        description?: string;
        icon?: ReactElement<any, string | JSXElementConstructor<any>>;
    }
    Index

    Properties

    children: ReactNode
    description?: string
    icon?: ReactElement<any, string | JSXElementConstructor<any>>