UNPKG

reablocks

Version:
8 lines (6 loc) 157 B
import { FC } from 'react'; interface DownArrowIconProps { className?: string; } export declare const DownArrowIcon: FC<DownArrowIconProps>; export {};