misc_pterodactyl-panel/resources/scripts/components/elements/inputs/index.ts

3 lines
107 B
TypeScript
Raw Normal View History

2022-02-27 01:59:29 +00:00
export { default as Checkbox } from './Checkbox';
export { default as styles } from './inputs.module.css';