first commit
This commit is contained in:
11
frontend/node_modules/rc-util/lib/pickAttrs.d.ts
generated
vendored
Normal file
11
frontend/node_modules/rc-util/lib/pickAttrs.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface PickConfig {
|
||||
aria?: boolean;
|
||||
data?: boolean;
|
||||
attr?: boolean;
|
||||
}
|
||||
/**
|
||||
* Picker props from exist props with filter
|
||||
* @param props Passed props
|
||||
* @param ariaOnly boolean | { aria?: boolean; data?: boolean; attr?: boolean; } filter config
|
||||
*/
|
||||
export default function pickAttrs(props: object, ariaOnly?: boolean | PickConfig): {};
|
||||
Reference in New Issue
Block a user