minishouyin/node_modules/rc-picker/es/PickerInput/Selector/hooks/useRootProps.d.ts
2025-11-12 11:35:57 +08:00

3 lines
131 B
TypeScript

import * as React from 'react';
export default function useRootProps(props: React.HTMLAttributes<any>): React.HTMLAttributes<any>;