@lotte-innovate/ui-component-test 0.0.66 → 0.0.67

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