UNPKG

76 BTypeScriptView Raw
1export declare enum SortType {
2 single = "single",
3 multi = "multi"
4}