@jupyter-notebook/web-components
Version:
A component library for building extensions in Jupyter frontends.
9 lines (8 loc) • 426 B
TypeScript
import type { ViewTemplate } from '@microsoft/fast-element';
import type { FoundationElementTemplate } from '@microsoft/fast-foundation';
import type { DateField, DateFieldOptions } from './date-field';
/**
* The template for the {@link @jupyter-notebook/web-components#(DateField:class)} component.
* @public
*/
export declare const dateFieldTemplate: FoundationElementTemplate<ViewTemplate<DateField>, DateFieldOptions>;