4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
|
export type * from './index.d';
|
||
|
import htmlnano from './index.d';
|
||
|
export default htmlnano;
|