astro-ghostcms/.pnpm-store/v3/files/5a/49389e6dae44ba702d99b897541...

4 lines
187 B
Plaintext

import { LogStyle } from './interfaces';
export declare function transformToNodeStyle(style: LogStyle): string;
export declare function transformToBrowserStyle(style?: LogStyle): string;