UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

13 lines (12 loc) 549 B
import type { ElementStyles } from '@microsoft/fast-element'; import type { FoundationElementTemplate, ListboxOptionOptions } from '@microsoft/fast-foundation'; /** * Styles for the {@link @microsoft/fast-components#fastOption | Listbox Option} component. * * @param context - the element definition context * @param definition - the foundation element definition * @returns The element styles for the listbox option component * * @public */ export declare const optionStyles: FoundationElementTemplate<ElementStyles, ListboxOptionOptions>;