chore: update ant-design dependencies and add new icon types
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type * as React from 'react';
|
||||
export interface OptionProps {
|
||||
value?: string;
|
||||
key?: string;
|
||||
disabled?: boolean;
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
declare const Option: React.FC<OptionProps>;
|
||||
export default Option;
|
||||
Reference in New Issue
Block a user