5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
|
|
import { Button } from "./root"
|
||
|
|
|
||
|
|
export { Button, type ButtonProps } from "./root"
|
||
|
|
export default Button
|