-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The tailwindcss-class-parser.es.d.ts file contains broken references and no other types:
import { classname } from './classname';
import { parse } from './parse';
export { classname }
export { parse }
export { }
My editor also isn't picking up the definition that is there:
But works if I add a types.d.ts with:
declare module "@xengine/tailwindcss-class-parser" {
export function parse(input: string): any;
}Good work with the library! It would be very useful to have proper typescript definitions exported for further consumption 😄 .
raymondhechen
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working