UNPKG

react-life-design

Version:
7 lines (6 loc) 343 B
/// <reference types="react" /> export declare const Forward: (children: any) => JSX.Element; export declare const Backward: (children: any) => JSX.Element; export declare const ArrowPlus: (children: any) => JSX.Element; export declare const Download: (children: any) => JSX.Element; export declare const Plus: (children: any) => JSX.Element;