UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

3 lines (2 loc) 167 B
export type RTLOffsetType = 'negative' | 'positive-descending' | 'positive-ascending'; export declare function getRTLOffsetType(recalculate?: boolean): RTLOffsetType;