Skip to main content

Type Alias: LabelProps

LabelProps: LabelPropsUi & object

Defined in: packages/ui/src/components/Label.tsx:10

Type declaration

tooltip?

optional tooltip: object

tooltip.clickable?

optional clickable: boolean

tooltip.openOnClick?

optional openOnClick: boolean

tooltip.place

place: "top" | "right" | "bottom" | "left"

tooltip.render

render: string | React.ReactNode