UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

15 lines (12 loc) 784 B
export { default as BestPracticesSlice } from './BestPracticesSlice'; export { default as CardsSlice } from './CardsSlice'; export { default as ComponentDisplaySlice } from './ComponentDisplaySlice'; export { default as PropertiesSlice } from './PropertiesSlice'; export { default as TextSlice } from './TextSlice'; export { default as ValidationResultsSlice } from './ValidationResultsSlice'; export type { BestPracticesSliceProps } from './BestPracticesSlice'; export type { CardsSliceProps } from './CardsSlice'; export type { ComponentDisplaySliceProps } from './ComponentDisplaySlice'; export type { PropertiesSliceProps } from './PropertiesSlice'; export type { TextSliceProps } from './TextSlice'; export type { ValidationResultsSliceProps } from './ValidationResultsSlice';