tpa-style-webpack-plugin
Version:
A Webpack plugin that handles wix tpa styles, it separates static css file that injects dynamic style at runtime.
32 lines (31 loc) • 536 B
TypeScript
export declare const IS_RTL_PARAM = "__IS_RTL__";
export declare const directionMap: {
START: {
ltr: string;
rtl: string;
};
END: {
ltr: string;
rtl: string;
};
STARTSIGN: {
ltr: string;
rtl: string;
};
ENDSIGN: {
ltr: string;
rtl: string;
};
'DEG-START': {
ltr: string;
rtl: string;
};
'DEG-END': {
ltr: string;
rtl: string;
};
DIR: {
ltr: string;
rtl: string;
};
};