UNPKG

465 BTypeScriptView Raw
1import IFragment from './IFragment';
2declare type Bias = 'start' | 'end';
3export declare function fixed(value: number, bias: Bias, ...children: Array<string | IFragment>): Fixed;
4export declare class Fixed implements IFragment {
5 private readonly width;
6 private readonly bias;
7 private readonly children;
8 constructor(width: number, bias: Bias, children: Array<string | IFragment>);
9 build(): string;
10}
11export {};
12//# sourceMappingURL=Fixed.d.ts.map
\No newline at end of file