@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
14 lines • 502 B
text/typescript
//#region src/static-css/runtime/index.d.ts
interface InlineAntdStyleResult {
css: string;
/** css wrapped in a prepend-ordered style tag, '' when empty */
html: string;
/** probe-uncovered components whose rules fell back inline */
uncovered: string[];
}
declare const buildInlineAntdStyle: (runtimeCache: unknown, payload: {
styleKeys: Iterable<string>;
}) => InlineAntdStyleResult;
//#endregion
export { InlineAntdStyleResult, buildInlineAntdStyle };
//# sourceMappingURL=index.d.mts.map