mm
This commit is contained in:
5
packages/ui-web-headless/utils/useProps.ts
Normal file
5
packages/ui-web-headless/utils/useProps.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export function useProps<S, P>(props: Record<string, any>) {
|
||||
const stateProps = {};
|
||||
const primitiveProps = {};
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user