@limetech/lime-elements
Version:
12 lines • 372 B
TypeScript
/**
* Whether the action should be addded to the top or the bottom of the list.
* @public
*/
export type ActionPosition = 'top' | 'bottom';
/**
* Whether the action should stay visible when scrolling the list,
* or scroll away like any other list item.
* @public
*/
export type ActionScrollBehavior = 'sticky' | 'scroll';
//# sourceMappingURL=actions.types.d.ts.map