UNPKG

@fitch-digital/fitch-ui

Version:

UI Library for Fitch Digital Projects

15 lines (14 loc) 441 B
export * from './styles/typography.scss'; export * from './styles/theme.scss'; export * from './padding'; export * from './spacer'; export * from './spinner'; export * from './UI/button'; export * from './UI/checkbox'; export * from './UI/input-file'; export * from './UI/input-search'; export * from './UI/input-text'; export * from './UI/input-textarea'; export * from './UI/list'; export * from './UI/radio'; export * from './UI/switch';