@kwantis-id3/frontend-library 1.0.0-rc.34 → 1.0.0-rc.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export declare const AccordionGroup: import("@emotion/styled").StyledComponent<{
|
|
2
2
|
theme?: import("@emotion/react").Theme;
|
|
3
3
|
as?: React.ElementType;
|
|
4
|
+
} & {
|
|
5
|
+
$variant: "default" | "light";
|
|
4
6
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
7
|
export declare const StyledAccordion: import("@emotion/styled").StyledComponent<{
|
|
6
8
|
theme?: import("@emotion/react").Theme;
|
package/dist/index.d.ts
CHANGED
|
@@ -153,6 +153,8 @@ declare const useThemeContext: () => IThemeContextValue;
|
|
|
153
153
|
declare const AccordionGroup: _emotion_styled.StyledComponent<{
|
|
154
154
|
theme?: _emotion_react.Theme;
|
|
155
155
|
as?: React.ElementType;
|
|
156
|
+
} & {
|
|
157
|
+
$variant: "default" | "light";
|
|
156
158
|
}, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
157
159
|
|
|
158
160
|
type TAccordionProps = PropsWithChildren & {
|