UNPKG

fui-fancyui

Version:
10 lines (9 loc) 188 B
declare const bps: { sm: string; md: string; lg: string; xl: string; }; export type TBreakPoints = typeof bps; export type TBreakPointsSizes = keyof typeof bps; export {};