@visulima/boxen
Version:
Util.format-like string formatting utility.
84 lines (83 loc) • 1.81 kB
text/typescript
declare const _default: {
arrow: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
bold: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
classic: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
double: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
doubleSingle: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
round: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
single: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
singleDouble: {
bottom: string;
bottomLeft: string;
bottomRight: string;
left: string;
right: string;
top: string;
topLeft: string;
topRight: string;
};
};
export default _default;