Files
RustUI/src/index.ts
T

3 lines
100 B
TypeScript
Raw Normal View History

2026-05-31 09:36:07 +08:00
export { Button } from './components/Button'
export type { ButtonProps } from './components/Button'