UNPKG

@vtex/styleguide

Version:

> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))

8 lines (7 loc) 258 B
declare type ItemWithID = { id: string; }; export declare const defaultComparatorCurry: (item: ItemWithID) => (candidate: ItemWithID) => boolean; export declare const ROOT_KEY = "id"; export declare const ROOT_VALUE = "VTEX_CheckboxTreeRoot"; export {};