Type alias Attributes<T>

Attributes<T>: { [ P in keyof T]: T[P] } & {
    children?: (ElementStruct | string)[] | ElementStruct | string;
}

Type Parameters

  • T = any

Generated using TypeDoc