mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-04-24 07:58:43 +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
|