UNPKG

154 BTypeScriptView Raw
1import { Sheet } from './types';
2export declare const outputSheet: (sheet: Sheet) => string;
3export declare const rehydrateSheet: (sheet: Sheet) => void;