Repository URL to install this package:
|
Version:
1.1.3 ▾
|
import { interfaces } from '../interfaces';
import IntroPageGroup from '../introPageGroup';
export declare function convertToIntroPageGroups(groups: interfaces.Groups[]): IntroPageGroup[];
export default convertToIntroPageGroups;