UNPKG

react-minimal-side-navigation

Version:
9 lines (8 loc) 269 B
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 {};