@mackin.com/styleguide 8.6.0 → 8.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -484,7 +484,7 @@ declare const OmniLink: (props: OmniLinkProps) => JSX.Element;
|
|
|
484
484
|
|
|
485
485
|
declare type SortDirection = 'asc' | 'desc';
|
|
486
486
|
interface PagerSortOption<TItem> {
|
|
487
|
-
id: string
|
|
487
|
+
id: string;
|
|
488
488
|
name?: string;
|
|
489
489
|
sort: (items: TItem[]) => TItem[];
|
|
490
490
|
}
|