mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-26 19:58:25 +00:00
10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
import { Stringifier } from './postcss.js'
|
|
|
|
interface Stringify extends Stringifier {
|
|
default: Stringify
|
|
}
|
|
|
|
declare const stringify: Stringify
|
|
|
|
export = stringify
|