Interface GeneralProps<T>

interface GeneralProps<T> {
    [key: string]: boolean | number | BigInt | string | Element | EventFuncs[keyof EventFuncs] | RefProp<T> | PartialNullable<CSSStyles> | undefined;
}

Type Parameters

Indexable

[key: string]: boolean | number | BigInt | string | Element | EventFuncs[keyof EventFuncs] | RefProp<T> | PartialNullable<CSSStyles> | undefined

Generated using TypeDoc