You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/components/dropdown/dropdown.page.ts

9 lines
214 B
TypeScript

import { AutoloadPage } from 'vj/misc/Page';
import Dropdown from './Dropdown';
const dropdownPage = new AutoloadPage('dropdownPage', () => {
Dropdown.registerLifeCycleHooks();
});
export default dropdownPage;