@lotte-innovate/ui-component-test 0.0.63 → 0.0.65
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
4
4
|
import { IColor } from '../../../lib/types';
|
5
5
|
export interface AccordionProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof accoridanVariants> {
|
6
6
|
color?: IColor;
|
7
|
+
defaultValue?: string[];
|
7
8
|
}
|
8
9
|
declare const accoridanVariants: (props?: ({
|
9
10
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|