2 lines
195 B
TypeScript
2 lines
195 B
TypeScript
export type StackOrderType = 'appearance' | 'ascending' | 'descending' | 'insideOut' | 'none' | 'reverse';
|
|
export type StackOffsetType = 'expand' | 'diverging' | 'none' | 'silhouette' | 'wiggle'; |