UNPKG

ng-layout-form

Version:

layout form

6 lines (5 loc) 168 B
export default function useColspan(id: string, customColspan?: any): { breakPairs: any; breakPoints: any; setBreakPairs: (breakPairs: any) => void; };