FunctionTabTrigger({
value,
children,
className,
icon,
badge,
...props
}: TabTriggerProps)
apps/docs/src/registry/core/tabs.tsx:205
FunctionTextField({
className,
orientation,
invalid,
required,
disabled,
readOnly,
...props
}: TextFieldProps)
apps/docs/src/registry/core/text-field.tsx:37
FunctionTimeField({
className,
orientation,
invalid,
required,
disabled,
readOnly,
...props
}: TimeFieldProps<T>)
apps/docs/src/registry/core/time-field.tsx:38
FunctionToast({
variant = "default",
undoAction,
message,
children,
hideIcon,
icon
}: PropsType)
apps/docs/src/registry/core/toast.tsx:50