@lotte-innovate/ui-component-test 0.0.63 → 0.0.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
  import { IColor } from '../../../lib/types';
5
- export interface AccordionProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof accoridanVariants> {
5
+ export interface AccordionProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'defaultValue'>, VariantProps<typeof accoridanVariants> {
6
6
  color?: IColor;
7
7
  }
8
8
  declare const accoridanVariants: (props?: ({