UNPKG

vuestic-ui

Version:
6 lines (5 loc) 274 B
import { BreakpointConfig, ThresholdsConfig } from './types'; export declare const vaBreakpointSymbol: unique symbol; export declare const defaultThresholds: ThresholdsConfig; export declare const getBreakpointDefaultConfig: () => BreakpointConfig; export * from './types';