UNPKG

@btfuse/core

Version:

A native-first framework for building hybdrid web-native applications

3 lines (2 loc) 89 B
import { IInset } from './IInset'; export type TInsetCallback = (inset: IInset) => void;