@codecademy/gamut

68.2.268.2.3-alpha.02a91b.0
dist/DatePicker/DatePickerInput/Segment/elements.d.ts
+dist/DatePicker/DatePickerInput/Segment/elements.d.tsNew file
+16
Index: package/dist/DatePicker/DatePickerInput/Segment/elements.d.ts
===================================================================
--- package/dist/DatePicker/DatePickerInput/Segment/elements.d.ts
+++ package/dist/DatePicker/DatePickerInput/Segment/elements.d.ts
@@ -0,0 +1,16 @@
+import { DatePartKind } from '../utils';
+export declare const Segment: import("@emotion/styled").StyledComponent<{
+    theme?: import("@emotion/react").Theme;
+    as?: React.ElementType;
+} & Partial<Record<"default", boolean>> & {
+    theme?: import("@emotion/react").Theme;
+} & {
+    field: DatePartKind;
+}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
+/** Locale separator (`/`, `.`, etc.) between segments. */
+export declare const SegmentLiteral: import("@emotion/styled").StyledComponent<{
+    theme?: import("@emotion/react").Theme;
+    as?: React.ElementType;
+} & {
+    theme?: import("@emotion/react").Theme;
+}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;