Feature/transpile design system * remove example, we should use storybook instead * remove example, we should use storybook instead * css-modules cannot have :root, moved affected css-variables to globals.css * . * scandic-web no longer depends on design-system#build * * Update readme * Remove test code Approved-by: Anton Gunnarsson
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
export { Select } from './Select'
|
|
export { SelectItem } from './SelectItem'
|
|
export { SelectFilter } from './SelectFilter'
|