UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

12 lines (11 loc) 261 B
/** * Interface representing the common properties and state for widgets. */ export interface WidgetsCommonPropsAndState { /** * CSS classes to be applied on the widget main container * * @defaultValue `''` */ className: string; }