mirror of
https://github.com/flarum/framework.git
synced 2025-01-06 10:33:46 +08:00
c96fa49853
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
12 lines
375 B
TypeScript
12 lines
375 B
TypeScript
export default class SettingsModal extends Modal<import("../../common/components/Modal").IInternalModalAttrs> {
|
|
constructor();
|
|
settings: {} | undefined;
|
|
form(): string;
|
|
submitButton(): JSX.Element;
|
|
setting(key: any, fallback?: string): any;
|
|
dirty(): {};
|
|
changed(): number;
|
|
onsaved(): void;
|
|
}
|
|
import Modal from "../../common/components/Modal";
|