FunctionButton({
className,
variant,
size,
asChild = false,
isLoading,
children,
disabled,
...props
}: React
src/components/ui/button.tsx:36
FunctionChartTooltipContent({
active,
payload,
className,
indicator = 'dot',
hideLabel = false,
hideIndicator = false,
labe
src/components/ui/chart.tsx:100
FunctionChatArea({
conversation,
draft,
onDraftChange,
onSubmit,
attachments,
onAddAttachments,
onRemoveAttachme
src/features/chat/components/chat-area.tsx:18
FunctionComposedFormField({
name,
validators,
asyncDebounceMs,
listeners,
mode,
defaultValue,
...props
}:
src/components/ui/form-context.tsx:292
FunctionDataTablePagination({
table,
pageSizeOptions = [10, 20, 30, 40, 50],
className,
...props
}: DataTablePaginationProps<TDat
src/components/ui/table/data-table-pagination.tsx:20
FunctionDataTableSkeleton({
columnCount,
rowCount = 10,
filterCount = 0,
cellWidths = ['auto'],
withViewOptions = true,
wit
src/components/ui/table/data-table-skeleton.tsx:22