baseui
Version:
A React Component library implementing the Base design language
8 lines (7 loc) • 405 B
TypeScript
import type * as React from 'react';
import type { Fill } from './types';
export declare const getSegmentId: (uid: string, key: React.Key) => string;
export declare const getSegmentPanelId: (uid: string, key: React.Key) => string;
export declare const isRTL: (direction: string) => boolean;
export declare const isIntrinsic: (fill: Fill) => boolean;
export declare const isFixed: (fill: Fill) => boolean;