UNPKG

126 BTypeScriptView Raw
1import Button from './components/button';
2import RoundButton from './components/roundButton';
3export { Button, RoundButton };