Files
terminal/web/node_modules/nano-css/index.d.ts
T

5 lines
136 B
TypeScript

import {CreateNano} from './types/nano';
export * from './types/nano';
export * from './types/common';
export const create: CreateNano;