@ywfe/materials-design
Version:
YwDesign for lowcode
16 lines (15 loc) • 703 B
TypeScript
export { get, set, has } from 'lodash';
export declare function uuid(): string;
export declare const mockId: () => string;
export declare const hideProp: () => boolean;
export declare const showWithLabelAlign: (target: any) => any;
export declare const showWithLabelAlignShortcut: (target: any) => any;
export declare const getParentValue: (target: any) => any;
export declare const getPropValueWithPath: (_target: any, _path: string) => any;
export declare const getPropsByDependence: (items: object[], deps: string[], path: string) => {
condition: (target: any) => boolean;
}[];
export declare const registerActions: (target: any, actions: Array<{
path: string;
type: string;
}>) => void;