vincent-vade

Results 2 comments of vincent-vade

Hi i created a types ``` // global.d.ts declare module "get-contrast" { type Options = { ignoreAlpha: boolean } export function ratio(colorOne: string, colorTwo: string, options?: Options): string export function...

> > @shadcn This is needed please merge it, my toast is not working automatically i have to add the component manually for it to work. > > @18jad How...