@codecademy/gamut
68.2.268.2.3-alpha.93a7da.0
dist/DatePicker/DatePickerInput/Segment/elements.d.ts+
dist/DatePicker/DatePickerInput/Segment/elements.d.tsNew file+13
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,13 @@
+export declare const Segment: import("@emotion/styled").StyledComponent<{
+ theme?: import("@emotion/react").Theme;
+ as?: React.ElementType;
+} & Partial<Record<"isEmpty" | "isYear", boolean>> & {
+ theme?: import("@emotion/react").Theme;
+}, 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>, {}>;