Files
netto/src/components/ui/button/index.ts
T

5 lines
105 B
TypeScript
Raw Normal View History

import { Button } from "./root"
export { Button, type ButtonProps } from "./root"
export default Button