Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import { boolean, string, node, func } from 'uxui-modules/view-container/types'
export interface ToggleLabelProps {
// priority
isSelected: boolean
identifier: string
onClick: func
// override
children: node
text: string
// customizable
className: string
}