misc_pterodactyl-panel/resources/scripts/components/elements/inputs/index.ts
2022-02-26 20:59:29 -05:00

2 lines
107 B
TypeScript

export { default as Checkbox } from './Checkbox';
export { default as styles } from './inputs.module.css';