sgcart/app/components/index.ts
2026-07-03 13:10:46 +05:30

6 lines
143 B
TypeScript

export * from './wrapper';
export * from './inputField';
export * from './checkBox';
export * from './button';
export * from './inlineButton';