UNPKG

@chalkbooks/react-doc-viewer

Version:
10 lines (9 loc) 373 B
/// <reference types="react" /> export interface IIconProps { color?: string; size?: string | number | (string & {}) | undefined; reverse?: boolean; } export declare const PrevDocIcon: (props: IIconProps) => JSX.Element; export declare const NextDocIcon: (props: IIconProps) => JSX.Element; export declare const LoadingIcon: (props: IIconProps) => JSX.Element;