vite-react
    Preparing search index...

    Type Alias TextProps

    TextProps: {
        id?: string;
        text?: string;
        type?: "normal" | "title" | "h1" | "h2" | "h3" | "h4" | "h5";
    } & GenericComponentProps

    Type declaration

    • Optionalid?: string
    • Optionaltext?: string
    • Optionaltype?: "normal" | "title" | "h1" | "h2" | "h3" | "h4" | "h5"

      The type of text which affects the styling. Defaults to normal if no type is specified.