Fluid API
API documentation for Fluid component
Fluid#
Props#
Defines valid properties in Fluid component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Fluid component.
| name | type | default | description |
|---|---|---|---|
| root | FluidPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of Fluid component.
| values |
|---|
| ComponentInstance<FluidProps, FluidState, FluidExposes> |