yeet
This commit is contained in:
8
node_modules/ansi-fragments/build/fragments/Container.d.ts
generated
vendored
Normal file
8
node_modules/ansi-fragments/build/fragments/Container.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import IFragment from './IFragment';
|
||||
export declare function container(...children: Array<string | IFragment>): Container;
|
||||
export declare class Container implements IFragment {
|
||||
private readonly children;
|
||||
constructor(children: Array<string | IFragment>);
|
||||
build(): string;
|
||||
}
|
||||
//# sourceMappingURL=Container.d.ts.map
|
Reference in New Issue
Block a user