frontend/.pnpm-store/v3/files/00/c2a9a4f2d59eca61c1137b718ee262fae898ba53aab6aeb056fda9729e855058cead84793972aa4eaf111385f273a9c487887a08c58e13431322a84c8e38ce

4 lines
139 B
Plaintext

import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.GlobalStyle>;
export { transformer };