We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b010b3 commit b578034Copy full SHA for b578034
packages/ui/src/types/other.ts
@@ -56,3 +56,5 @@ export type PropsSlot = {
56
export type BaseComponentProps<T extends keyof React.JSX.IntrinsicElements> = BaseNodeProps<
57
React.ComponentPropsWithRef<T>
58
>;
59
+
60
+export type AcceptableValue = string | number | bigint | Record<string, any> | null;
0 commit comments