minishouyin/node_modules/rc-picker/es/PickerInput/Selector/hooks/useRootProps.d.ts

3 lines
131 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import * as React from 'react';
export default function useRootProps(props: React.HTMLAttributes<any>): React.HTMLAttributes<any>;