UNPKG

react-box-tools

Version:

Box tools react components, utils and hooks

37 lines (19 loc) 1.3 kB
import { JSX } from 'react/jsx-runtime'; import { SVGProps } from 'react'; export declare const ArrowDownSortedIcon: (props: SvgIconProps) => JSX.Element; export declare const ArrowUnsortedIcon: (props: SvgIconProps) => JSX.Element; export declare const ArrowUpSortedIcon: (props: SvgIconProps) => JSX.Element; export declare const CalendarIcon: (props: SvgIconProps) => JSX.Element; export declare const ChevronDownIcon: (props: SvgIconProps) => JSX.Element; export declare const ChevronLeftIcon: (props: SvgIconProps) => JSX.Element; export declare const ChevronRightIcon: (props: SvgIconProps) => JSX.Element; export declare const ChevronUpIcon: (props: SvgIconProps) => JSX.Element; export declare const EnterIcon: (props: SvgIconProps) => JSX.Element; export declare const InputIcon: (props: SvgIconProps) => JSX.Element; export declare const LoadingIcon: (props: SvgIconProps) => JSX.Element; export declare const SearchIcon: (props: SvgIconProps) => JSX.Element; export declare const SelectIcon: (props: SvgIconProps) => JSX.Element; export declare const SvgIcon: (props: SvgIconProps) => JSX.Element; export declare type SvgIconProps = SVGProps<SVGSVGElement>; export declare const TimesIcon: (props: SvgIconProps) => JSX.Element; export { }