Interface ElementProps

ElementProps is used by adapters to customize the props of the elements.

Hierarchy

  • Record<string, unknown>
    • ElementProps

Properties

Properties

className: string
key: string
style: {
    [x: string]: unknown;
}

Type declaration

  • [x: string]: unknown

Generated using TypeDoc