1 | import { StylableMeta, StylableSymbol } from './stylable-meta';
|
2 | export interface CssDoc {
|
3 | description: string;
|
4 | tags: Record<string, string>;
|
5 | }
|
6 | export declare function getCssDocsForSymbol(meta: StylableMeta, symbol: StylableSymbol): CssDoc | null;
|
7 | //# sourceMappingURL=cssdocs.d.ts.map |
\ | No newline at end of file |