Documentation
    Preparing search index...

    Type Alias Attributes

    type Attributes = {
        class?: ClassVal;
        style?: StyleVal;
        [attribute: string]:
            | string
            | number
            | boolean
            | (string | Falsy)[]
            | { [key: string]: string | number | false | null | undefined }
            | (string | Falsy)[]
            | null
            | undefined;
    }

    Indexable

    • [attribute: string]:
          | string
          | number
          | boolean
          | (string | Falsy)[]
          | { [key: string]: string | number | false | null | undefined }
          | (string | Falsy)[]
          | null
          | undefined
    Index

    Properties

    Properties

    class?: ClassVal
    style?: StyleVal