amis-rpc-design/node_modules/react-minimal-side-navigation/lib/icon.d.ts
2023-10-07 19:42:30 +08:00

9 lines
269 B
TypeScript

import React from 'react';
declare type IconProps = {
size?: string | number;
stroke?: string;
};
export declare const ChevronDownIcon: React.NamedExoticComponent<IconProps>;
export declare const ChevronUpIcon: React.NamedExoticComponent<IconProps>;
export {};