UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

67 lines 2 kB
export interface CoreReactComponentsPaths { alert: string; badge: string; breadcrumb: string; button: string; calendar: string; card: string; checkbox: string; checkboxField: string; circularProgress: string; cn: string; combobox: string; comboboxField: string; command: string; confirmDialog: string; datePickerField: string; dateTimePickerField: string; dialog: string; dropdown: string; emptyDisplay: string; errorableLoader: string; errorDisplay: string; formItem: string; hooksUseControlledState: string; hooksUseControllerMerged: string; input: string; inputField: string; label: string; loader: string; mergeRefs: string; multiCombobox: string; multiComboboxField: string; navigationMenu: string; notFoundCard: string; popover: string; scrollArea: string; select: string; selectField: string; separator: string; sheet: string; sidebar: string; skeleton: string; stylesButton: string; stylesInput: string; stylesSelect: string; switchComponent: string; switchField: string; table: string; textarea: string; textareaField: string; toaster: string; tooltip: string; typesForm: string; typesIcon: string; useConfirmDialog: string; useMobile: string; } export declare const CORE_REACT_COMPONENTS_PATHS: { provider: import("@baseplate-dev/sync").ProviderType<CoreReactComponentsPaths>; task: import("@baseplate-dev/sync").GeneratorTask<{ coreReactComponentsPaths: import("@baseplate-dev/sync").ProviderExport<CoreReactComponentsPaths>; }, { packageInfo: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").PackageInfoProvider>; reactPaths: import("@baseplate-dev/sync").ProviderType<import("#src/providers/react-paths.js").ReactPathsProvider>; }, undefined>; }; //# sourceMappingURL=template-paths.d.ts.map