ice.fo.utils
Version:
12 lines (7 loc) • 425 B
TypeScript
declare module "ice.fo.utils/DocUtils" {
export function getInitialComponentData(props: any);
export function buildPropsRenderTree(props: any, values: any, rootProps: any);
export function getComponentNameForDocProp(prop: any);
export function getComponentPropsForDocProp(component: any, prop: any, fieldName: string, fieldValue: any, props: any);
export function cleanEmptyPropValues(target: any);
}