3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
import type { ISpacing } from '../types/index';
|
|
export declare const DefaultSpacing: ISpacing;
|