baked-recipe-admin
Version:
Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.
19 lines (15 loc) • 771 B
TypeScript
import type { CarouselTokenSections } from '@primeuix/themes/types/carousel';
export * from '@primeuix/themes/types/carousel';
declare const root: CarouselTokenSections.Root;
declare const content: CarouselTokenSections.Content;
declare const indicatorList: CarouselTokenSections.IndicatorList;
declare const indicator: CarouselTokenSections.Indicator;
declare const colorScheme: CarouselTokenSections.ColorScheme;
declare const _default: {
root: CarouselTokenSections.Root;
content: CarouselTokenSections.Content;
indicatorList: CarouselTokenSections.IndicatorList;
indicator: CarouselTokenSections.Indicator;
colorScheme: CarouselTokenSections.ColorScheme;
};
export { colorScheme, content, _default as default, indicator, indicatorList, root };