tdg-react-doc-viewer
Version:
File viewer for React.
9 lines (8 loc) • 418 B
TypeScript
export interface IIconProps {
color?: string;
size?: string | number | string | undefined;
reverse?: boolean;
}
export declare const PrevDocIcon: (props: IIconProps) => import("react/jsx-runtime").JSX.Element;
export declare const NextDocIcon: (props: IIconProps) => import("react/jsx-runtime").JSX.Element;
export declare const LoadingIcon: (props: IIconProps) => import("react/jsx-runtime").JSX.Element;