UNPKG

intentful

Version:

Create Custom Skills with less headache

4 lines (3 loc) 262 B
import { APLAMultiChildComponentModel } from './models'; import { APLAMultiChildComponentProps } from './props'; export declare const convertAPLAMultiChildComponentPropsToModel: (props?: APLAMultiChildComponentProps) => APLAMultiChildComponentModel | undefined;