quantumai-design-system
Version:
퀀텀에이아이의 디자인 시스템
13 lines (12 loc) • 1.1 kB
TypeScript
/// <reference types="react" />
import { DatePickerHeaderProps, DatePickerInputProps } from './types';
export declare const DatePickerInputContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
} & Pick<DatePickerInputProps, "isOpen" | "inputType">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>, DatePickerHeaderContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
} & Pick<DatePickerHeaderProps, "viewCount" | "customHeaderCount">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>, DatePickerContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;