Portal/rsconcept/frontend/src/components/control/index.tsx

6 lines
217 B
TypeScript
Raw Normal View History

2025-03-12 12:04:23 +03:00
export { Button } from './button';
2025-03-12 11:54:32 +03:00
export { MiniButton } from './mini-button';
export { SelectorButton } from './selector-button';
export { SubmitButton } from './submit-button';
export { TextURL } from './text-url';