fluent.js
    Preparing search index...

    Interface LocalizedProps

    interface LocalizedProps {
        attrs?: Record<string, boolean>;
        children?: ReactNode | ReactNode[];
        elems?: Record<
            string,
            ReactElement<any, string | JSXElementConstructor<any>>,
        >;
        id: string;
        vars?: Record<string, FluentVariable>;
    }
    Index

    Properties

    attrs?: Record<string, boolean>
    children?: ReactNode | ReactNode[]
    elems?: Record<string, ReactElement<any, string | JSXElementConstructor<any>>>
    id: string
    vars?: Record<string, FluentVariable>