Skip to content

Commit b578034

Browse files
committed
feat: add ui base type
1 parent 1b010b3 commit b578034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ui/src/types/other.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ export type PropsSlot = {
5656
export type BaseComponentProps<T extends keyof React.JSX.IntrinsicElements> = BaseNodeProps<
5757
React.ComponentPropsWithRef<T>
5858
>;
59+
60+
export type AcceptableValue = string | number | bigint | Record<string, any> | null;

0 commit comments

Comments
 (0)