/**
 * @Author Awen
 * @Date 2024/011/16
 * @Email wengaolng@gmail.com
 **/
export interface ClickExpose {
    reset: () => void;
    clear: () => void;
    refresh: () => void;
    close: () => void;
}
