UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

8 lines 290 B
import React from 'react'; import { KsTemplateRenderedMeta } from '../../../../schemas/knapsack-config'; declare type Props = { templateInfo: KsTemplateRenderedMeta; }; export declare const TemplateCodeBlock: React.FC<Props>; export {}; //# sourceMappingURL=template-code-block.d.ts.map