별도의 구현이 필요없는 UI
furo
open
furo.open('login');
close
furo.close('login');
function open(type: string, options?: UIComponentConfigs): void;
UIComponentConfigs
function close(type: string): void;
Was this page helpful?