Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/resources/scripts/components/elements/button/index.ts
10263 views
1
export { default as Button } from './Button';
2
export { default as styles } from './style.module.css';
3
4