/** * Generated file, do not edit directly! */ declare const _default: { Style: { /** * Use as the default border style. * Css custom property: --dt-borders-style-default. Default value: solid. */ Default: string; /** * Use to indicate interactive text. * Css custom property: --dt-borders-style-dashed. Default value: dashed. */ Dashed: string; }; Width: { /** * Use as the default border width. * Css custom property: --dt-borders-width-default. Default value: 1px. */ Default: string; /** * Use to emphasize borders. This can be useful to clearly separate content. * Css custom property: --dt-borders-width-emphasized. Default value: 2px. */ Emphasized: string; }; Radius: { Surface: { /** * Use as the subdued border radius for surfaces. * Css custom property: --dt-borders-radius-surface-subdued. Default value: 9px. */ Subdued: string; /** * Use as the default border radius for surfaces. * Css custom property: --dt-borders-radius-surface-default. Default value: 12px. */ Default: string; }; Container: { /** * Use as the subdued border radius for containers. * Css custom property: --dt-borders-radius-container-subdued. Default value: 6px. */ Subdued: string; /** * Use as the default border radius for containers. * Css custom property: --dt-borders-radius-container-default. Default value: 9px. */ Default: string; }; Field: { /** * Use as the subdued border radius for fields. * Css custom property: --dt-borders-radius-field-subdued. Default value: 3px. */ Subdued: string; /** * Use as the default border radius for fields. * Css custom property: --dt-borders-radius-field-default. Default value: 6px. */ Default: string; /** * Use for rounded or pill-like shapes. * Css custom property: --dt-borders-radius-field-emphasized. Default value: 9999px. */ Emphasized: string; }; }; }; export default _default; //# sourceMappingURL=index.d.ts.map