File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- import { TVConfig , TWMConfig , TWMergeConfig } from "./config" ;
2- import { CnOptions , CnReturn , TV } from "./types" ;
1+ import type { TVConfig , TWMConfig , TWMergeConfig } from "./config.d.ts " ;
2+ import type { CnOptions , CnReturn , TV } from "./types.d.ts " ;
33
4- export * from "./types" ;
4+ export type * from "./types.d.ts " ;
55
66// util function
77export declare const cnBase : < T extends CnOptions > ( ...classes : T ) => CnReturn ;
Original file line number Diff line number Diff line change 1- import { CnOptions , CnReturn , TVLite } from "./types" ;
1+ import type { CnOptions , CnReturn , TVLite } from "./types.d.ts " ;
22
3- export * from "./types" ;
3+ export type * from "./types.d.ts " ;
44
55// util function
66export declare const cnBase : < T extends CnOptions > ( ...classes : T ) => CnReturn ;
Original file line number Diff line number Diff line change 11import type { ClassNameValue as ClassValue } from "tailwind-merge" ;
2-
3- import { TVConfig } from "./config" ;
2+ import type { TVConfig } from "./config.d.ts" ;
43
54/**
65 * ----------------------------------------
Original file line number Diff line number Diff line change 1- import { TWMConfig } from "./config" ;
2- import { CnOptions , CnReturn } from "./types" ;
1+ import type { TWMConfig } from "./config.d.ts " ;
2+ import type { CnOptions , CnReturn } from "./types.d.ts " ;
33
44export declare const falsyToString : < T > ( value : T ) => T | string ;
55
You can’t perform that action at this time.
0 commit comments