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