@flxbl-io/sfp
Version:
sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model
35 lines (34 loc) • 770 B
TypeScript
export declare const ZERO_BORDER_TABLE: {
top: string;
'top-mid': string;
'top-left': string;
'top-right': string;
bottom: string;
'bottom-mid': string;
'bottom-left': string;
'bottom-right': string;
left: string;
'left-mid': string;
mid: string;
'mid-mid': string;
right: string;
'right-mid': string;
middle: string;
};
export declare const COLON_MIDDLE_BORDER_TABLE: {
top: string;
'top-mid': string;
'top-left': string;
'top-right': string;
bottom: string;
'bottom-mid': string;
'bottom-left': string;
'bottom-right': string;
left: string;
'left-mid': string;
mid: string;
'mid-mid': string;
right: string;
'right-mid': string;
middle: string;
};