FunctionRenderSlateElement({
element,
attributes,
children,
renderElement,
drag,
})
experimental/slate/src/extend/editable/Element.tsx:9
FunctionSidebarItem({
visible,
icon,
title,
children,
height,
onChange,
className,
})
examples/landing/components/editor/Viewport/Sidebar/SidebarItem.tsx:47
FunctionText({
fontSize,
textAlign,
fontWeight,
color,
shadow,
text,
margin,
}: Partial<TextProps>)
examples/landing/components/selectors/Text/index.tsx:17
FunctionToolbarItem({
full = false,
propKey,
type,
onChange,
index,
...props
}: ToolbarItemProps)
examples/landing/components/editor/Toolbar/ToolbarItem.tsx:18
FunctionToolbarTextInput({
onChange,
value,
prefix,
label,
type,
...props
}: ToolbarTextInputProps)
examples/landing/components/editor/Toolbar/ToolbarTextInput.tsx:13