UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

5 lines (4 loc) 167 B
export type DevMessage = (check: boolean, message: string) => void; declare let warning: DevMessage; declare let invariant: DevMessage; export { warning, invariant };