UNPKG

@coko/client

Version:

Client side common code for coko apps

9 lines (8 loc) 189 B
import { App as e } from "antd"; //#region src/helpers/useNotification.ts var t = () => { let { notification: t } = e.useApp(); return t; }; //#endregion export { t as useNotification };