FunctionOptionListButton({
children,
size,
disabled,
focused,
open,
option,
tabIndex,
title,
onClick,
...props
}:
packages/keybr-widget/lib/components/optionlist/OptionListButton.tsx:12
FunctionPopover({
anchor,
children,
flip,
height = null,
offset,
open,
position,
screenMargin,
shift,
wid
packages/keybr-widget/lib/components/popover/Popover.tsx:13
FunctionPopup({
anchor,
arrow = true,
children,
position,
offset = 20,
...props
}: PopupProps)
packages/keybr-widget/lib/components/popup/Popup.tsx:16
FunctionRadioBox({
checked,
children,
disabled,
label,
name,
ref,
tabIndex,
title,
value,
onBlur,
onChan
packages/keybr-widget/lib/components/radiobox/RadioBox.tsx:7
FunctionRange({
disabled,
max,
min,
name,
ref,
size,
step,
tabIndex,
title,
value,
onChange,
...pro
packages/keybr-widget/lib/components/range/Range.tsx:7
FunctionSlide({
anchor,
children,
className,
position,
size,
...props
}: SlideProps)
packages/keybr-widget/lib/components/tour/Slide.tsx:14
FunctionSlider({
className,
style,
children,
value: { x, y },
onChange,
}: {
readonly className: string;
reado
packages/keybr-theme-designer/lib/design/input/color/Slider.tsx:10
FunctionStaticText({
settings,
lines,
wrap,
size,
cursor = false,
focus = true,
}: {
readonly settings?: TextDispl
packages/keybr-textinput-ui/lib/StaticText.tsx:5
FunctionSwatchButton({
anchor,
color,
ref,
size,
onClick,
}: {
color: Color;
ref?: ForwardedRef<Focusable | null>;
packages/keybr-theme-designer/lib/design/input/ColorInput.tsx:80
FunctionTabList({
disabled,
children,
selectedIndex = 0,
onBlur,
onFocus,
onSelect,
}: TabListProps)
packages/keybr-widget/lib/components/tablist/TabList.tsx:7