UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

8 lines (7 loc) 242 B
export declare const getCssColorVariable: (color: string | undefined, defaultValue?: string) => string; export type MediaQueries = { small: string; medium: string; large: string; }; export declare const breakpoints: MediaQueries;