@flexis/ui
Version:
Styleless React Components
9 lines • 341 B
TypeScript
export interface IStylableAPI {
values: string[];
prefix?: string;
postfix?: string;
indent?: number;
}
export declare function buildInfo(stylableApi: IStylableAPI[]): string;
export declare function extendInfo(params: Record<string, any>, stylableApi: IStylableAPI[]): Record<string, any>;
//# sourceMappingURL=info.d.ts.map