Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - Revisao de componentes #14

Merged
merged 10 commits into from
Feb 8, 2023
Prev Previous commit
Next Next commit
Adicionado export para tipo NormalColors
  • Loading branch information
Leandro Pedroso committed Feb 8, 2023
commit b4ce98e983a35896954db6fa00ab75189d8d91c5
4 changes: 3 additions & 1 deletion packages/visu/src/library/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ import { componentsStyle } from '@styles/global'

componentsStyle()

export type { NormalColors } from './utils/prop-types'

export { default as Button } from './Button'
export type { ButtonIconProps, ButtonRootProps } from './Button'

export { default as Text } from './Text'
export type { TextRootProps } from './Text'
export type { TextProps } from './Text'

export { default as Input } from './Input'
export type { InputRootProps, InputIconProps, InputInputProps } from './Input'