UNPKG

sketch-json-parse

Version:

sketch-json解析

9 lines (8 loc) 295 B
export declare const generateColor: ({ red, green, blue, alpha, }?: { red?: string; green?: string; blue?: string; alpha?: number; }) => string; export declare const formateDslStyle: (data: any) => Promise<any>; export declare const formateDslStyleStructure: (data: any) => any;