73 lines
No EOL
2 KiB
TypeScript
73 lines
No EOL
2 KiB
TypeScript
declare namespace $ {
|
|
|
|
type $mol_link__uri_hd_canary_app_auth_1 = $mol_type_enforce<
|
|
ReturnType< $hd_canary_app_auth['export_link'] >
|
|
,
|
|
ReturnType< $mol_link['uri'] >
|
|
>
|
|
type $mol_link__title_hd_canary_app_auth_2 = $mol_type_enforce<
|
|
string
|
|
,
|
|
ReturnType< $mol_link['title'] >
|
|
>
|
|
type $mol_list__rows_hd_canary_app_auth_3 = $mol_type_enforce<
|
|
ReturnType< $hd_canary_app_auth['export_rows'] >
|
|
,
|
|
ReturnType< $mol_list['rows'] >
|
|
>
|
|
type $mol_text__text_hd_canary_app_auth_4 = $mol_type_enforce<
|
|
string
|
|
,
|
|
ReturnType< $mol_text['text'] >
|
|
>
|
|
type $mol_avatar__id_hd_canary_app_auth_5 = $mol_type_enforce<
|
|
ReturnType< $hd_canary_app_auth['peer_new'] >
|
|
,
|
|
ReturnType< $mol_avatar['id'] >
|
|
>
|
|
type $mol_button_minor__click_hd_canary_app_auth_6 = $mol_type_enforce<
|
|
ReturnType< $hd_canary_app_auth['import_switch'] >
|
|
,
|
|
ReturnType< $mol_button_minor['click'] >
|
|
>
|
|
type $mol_button_minor__sub_hd_canary_app_auth_7 = $mol_type_enforce<
|
|
readonly(any)[]
|
|
,
|
|
ReturnType< $mol_button_minor['sub'] >
|
|
>
|
|
type $mol_list__rows_hd_canary_app_auth_8 = $mol_type_enforce<
|
|
ReturnType< $hd_canary_app_auth['import_rows'] >
|
|
,
|
|
ReturnType< $mol_list['rows'] >
|
|
>
|
|
type $mol_list__rows_hd_canary_app_auth_9 = $mol_type_enforce<
|
|
ReturnType< $hd_canary_app_auth['content'] >
|
|
,
|
|
ReturnType< $mol_list['rows'] >
|
|
>
|
|
export class $hd_canary_app_auth extends $mol_page {
|
|
export_link( ): string
|
|
Export_link( ): $mol_link
|
|
export_rows( ): readonly(any)[]
|
|
Export_block( ): $mol_list
|
|
Iport_descr( ): $mol_text
|
|
import_switch( next?: any ): any
|
|
peer_new( ): string
|
|
Peer_new( ): $mol_avatar
|
|
impot_switch_title( ): string
|
|
Import_switch( ): $mol_button_minor
|
|
import_rows( ): readonly(any)[]
|
|
Import_block( ): $mol_list
|
|
content( ): readonly(any)[]
|
|
Content( ): $mol_list
|
|
title( ): string
|
|
key_size( ): number
|
|
attr( ): ({
|
|
'mol_theme': string,
|
|
}) & ReturnType< $mol_page['attr'] >
|
|
body( ): readonly(any)[]
|
|
}
|
|
|
|
}
|
|
|
|
//# sourceMappingURL=auth.view.tree.d.ts.map
|