UNPKG

@skyux/layout

Version:

This library was generated with [Nx](https://nx.dev).

15 lines (14 loc) 317 B
/** * The type of inline delete that is shown. * @internal */ export declare enum SkyInlineDeleteType { /** * The standard styling for inline deletes. */ Standard = "standard", /** * The styling for inline delete components which are used in card components. */ Card = "card" }