UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

11 lines 254 B
import { Slice } from './types'; declare type Data = { items: { name?: string; language?: string; code?: string; }[]; }; export declare const codeBlockSlice: Slice<Data>; export {}; //# sourceMappingURL=code-slice.d.ts.map