1 | declare const _default: {
|
2 | '--mask-edge-scoop-bottom': string;
|
3 | '--mask-edge-scoop-top': string;
|
4 | '--mask-edge-scoop-vertical': string;
|
5 | '--mask-edge-scoop-left': string;
|
6 | '--mask-edge-scoop-right': string;
|
7 | '--mask-edge-scoop-horizontal': string;
|
8 | '--mask-edge-scalloped': string;
|
9 | '--mask-edge-scalloped-bottom': string;
|
10 | '--mask-edge-scalloped-top': string;
|
11 | '--mask-edge-scalloped-vertical': string;
|
12 | '--mask-edge-scalloped-left': string;
|
13 | '--mask-edge-scalloped-right': string;
|
14 | '--mask-edge-scalloped-horizontal': string;
|
15 | '--mask-edge-drip-bottom': string;
|
16 | '--mask-edge-drip-top': string;
|
17 | '--mask-edge-drip-vertical': string;
|
18 | '--mask-edge-drip-left': string;
|
19 | '--mask-edge-drip-right': string;
|
20 | '--mask-edge-drip-horizontal': string;
|
21 | '--mask-edge-zig-zag-top': string;
|
22 | '--mask-edge-zig-zag-bottom': string;
|
23 | '--mask-edge-zig-zag-left': string;
|
24 | '--mask-edge-zig-zag-right': string;
|
25 | '--mask-edge-zig-zag-horizontal': string;
|
26 | '--mask-edge-zig-zag-vertical': string;
|
27 | };
|
28 | export default _default;
|