Files
web/libs/base-ui/index.ts
Matthew Bunday 6cba5dc5f6 Bridge deprecation (#505)
* Deprecation content

* checkpoint, considering factoring out nav

* Update FAQ

* Configure code sharing ; nav

* Disable SSR to avoid hydration errors

* Add comment

* Lint

* Update FAQ

* Deprecate every page
2024-05-21 12:37:58 -04:00

4 lines
101 B
TypeScript

export { Button } from './Button';
export { Select } from './Select';
export { Icon } from './Icon';