mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 07:33:36 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
export default class SettingDropdown extends SelectDropdown {
|
|
}
|
|
import SelectDropdown from "../../common/components/SelectDropdown";
|