@teknim/rjsf-mantine
Version:
Mantine theme, fields and widgets for react-jsonschema-form
12 lines (11 loc) • 818 B
TypeScript
import React from 'react';
interface IconProps extends React.ComponentPropsWithoutRef<'svg'> {
size?: number | string;
}
export declare function Plus({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function Copy({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function ChevronDown({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function ChevronUp({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function X({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function ExclamationCircle({ size, style, ...others }: IconProps): import("react/jsx-runtime").JSX.Element;
export {};