mirror of
https://github.com/martindampier/draw-steel-retainer.git
synced 2026-07-22 05:44:15 +00:00
25 lines
No EOL
1,015 B
TypeScript
25 lines
No EOL
1,015 B
TypeScript
export const INITIATIVE_VIEW = 'initiative-view';
|
|
export const yes = 'Yes';
|
|
export const no = 'No';
|
|
export const red = 'red';
|
|
export const green = 'green';
|
|
export const orange = 'orange';
|
|
export const fill = 'fill';
|
|
export const centered = "Centered";
|
|
export const heroes = "heroes";
|
|
export const villains = "villains";
|
|
export const group = "group";
|
|
export const groupHeader = "groupHeader";
|
|
export const trackerTableStyle = "trackerTableStyle";
|
|
export const trackerRowTableStyle = "trackerRowTableStyle";
|
|
export const trackerGroupRowTableStyle = "trackerGroupRowTableStyle";
|
|
export const leftAlign = "leftAlign";
|
|
export const fullScreen = "fullScreen";
|
|
export const paddingLeft5 = "p-left-5";
|
|
export const max50Width = "max50Width";
|
|
export const height25 = "height25";
|
|
export const ninetyPercentWidth = "ninetyPercentWidth";
|
|
export const eightyPercentWidth = "eightyPercentWidth";
|
|
export const twentyPercentWidth = "twentyPercentWidth";
|
|
export const tenPercentWidth = "tenPercentWidth";
|
|
export const flex = "flex"; |