TLUiMenuActionCheckboxItemProps
See source codetype TLUiMenuActionCheckboxItemProps = {
actionId?: string
} & Pick<TLUiMenuCheckboxItemProps, 'checked' | 'disabled' | 'toggle'>
Prev
TLUiKeyboardShortcutsDialogPropsNext
TLUiMenuActionItemPropstype TLUiMenuActionCheckboxItemProps = {
actionId?: string
} & Pick<TLUiMenuCheckboxItemProps, 'checked' | 'disabled' | 'toggle'>