UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

15 lines (14 loc) 502 B
/// <reference types="react" /> import { IChildren } from '../../../types'; export declare function Container({ children, renderIconLeft, renderInput }: IChildren & { renderInput?: JSX.Element; renderIconLeft?: JSX.Element; }): JSX.Element; export declare namespace Container { var Special: (props: IChildren & { isPassword?: boolean | undefined; }) => JSX.Element; var Delete: (props: IChildren & { inputValue: string | number | undefined; }) => JSX.Element; }