add elements components
This commit is contained in:
26
components/elements/index.ts
Normal file
26
components/elements/index.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
export * from "./types"
|
||||
|
||||
export { Typography } from "./Typography"
|
||||
export type {
|
||||
TypographyProps,
|
||||
TypographyVariant,
|
||||
TypographyAlign,
|
||||
TypographyWeight,
|
||||
} from "./Typography"
|
||||
export { TypographyConfig } from "./Typography.config"
|
||||
|
||||
export { Button } from "./Button"
|
||||
export type { ButtonProps, ButtonVariant, ButtonSize } from "./Button"
|
||||
export { ButtonConfig } from "./Button.config"
|
||||
|
||||
export { Image } from "./Image"
|
||||
export type { ImageProps, ObjectFit } from "./Image"
|
||||
export { ImageConfig } from "./Image.config"
|
||||
|
||||
export { Icon } from "./Icon"
|
||||
export type { IconProps, IconName } from "./Icon"
|
||||
export { IconConfig } from "./Icon.config"
|
||||
|
||||
export { Card } from "./Card"
|
||||
export type { CardProps, CardTag } from "./Card"
|
||||
export { CardConfig } from "./Card.config"
|
||||
Reference in New Issue
Block a user