UNPKG

@combine-labs/combine-polaris

Version:

Combine Lab's product component library. Forked from Shopify's Polaris.

7 lines (6 loc) 206 B
/// <reference types="react" /> export interface Props { /** The content to display inside the key */ children: VarDate; } export default function DatePreference({ children, }: Props): JSX.Element;