FunctionChartTooltipContent({ active, payload, label, isRadialChart, isPieChart, formatter, labelFormatter }: ChartTooltipContentProps)
components/application/charts/charts-base.tsx:85
FunctionCheckboxBase({ className, isSelected, isDisabled, isIndeterminate, size = "sm", isFocusVisible = false }: CheckboxBaseProp
components/base/checkbox/checkbox.tsx:16
FunctionCloseButton({ label, className, size = "sm", theme = "light", slot = "close", ...otherProps }: CloseButtonProps)
components/base/buttons/close-button.tsx:33
FunctionComboBox({
placeholder = "Search",
shortcut = true,
size = "md",
children,
items,
shortcutClas
components/base/select/combobox.tsx:108
FunctionComboBoxValue({ size, shortcut, placeholder, shortcutClassName, icon: IconProp, ref, ...otherProps }: ComboBoxValueProps)
components/base/select/combobox.tsx:37
FunctionDatePicker({ value: valueProp, defaultValue, onChange, onApply, onCancel, size = "sm", ...props }: DatePickerProps)
components/application/date-picker/date-picker.tsx:23
FunctionDateRangePicker({ value: valueProp, defaultValue, onChange, onApply, onCancel, size = "sm", ...props }: DateRangePickerProps)
components/application/date-picker/date-range-picker.tsx:27