@lotte-innovate/ui-component-test 0.1.71 → 0.1.72
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ export interface HeaderProps extends VariantProps<typeof headerVariants> {
|
|
6
6
|
}
|
7
7
|
declare let headerVariants: (props?: ({
|
8
8
|
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
9
|
-
headers?: "
|
9
|
+
headers?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | null | undefined;
|
10
10
|
color?: string | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
12
|
export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
|
package/dist/lib/index.d.ts
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
export
|
2
|
-
export * from './
|
1
|
+
export { default as Avatar } from './components/Avatar';
|
2
|
+
export * from './components';
|
3
|
+
export * from './Typography';
|
package/dist/lib/index.js
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
export
|
2
|
-
export * from './
|
1
|
+
export { default as Avatar } from './components/Avatar';
|
2
|
+
export * from './components';
|
3
|
+
export * from './Typography';
|