UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

5 lines 180 B
/** * Function that takes a string and returns a "slug" which can be used in HTML */ export declare function slugify(input: string): string; //# sourceMappingURL=slugify.d.ts.map