13 lines
387 B
TypeScript
13 lines
387 B
TypeScript
import type { IftaLabelTokenSections } from '@primeuix/themes/types/iftalabel';
|
|
|
|
export * from '@primeuix/themes/types/iftalabel';
|
|
|
|
declare const root: IftaLabelTokenSections.Root;
|
|
declare const input: IftaLabelTokenSections.Input;
|
|
declare const _default: {
|
|
root: IftaLabelTokenSections.Root;
|
|
input: IftaLabelTokenSections.Input;
|
|
};
|
|
|
|
export { _default as default, input, root };
|