Files
site-builder/craft/src/panels/right/styles/index.ts
T

14 lines
727 B
TypeScript
Raw Normal View History

export { TextStylePanel } from './TextStylePanel';
export { ButtonStylePanel } from './ButtonStylePanel';
export { ImageStylePanel } from './ImageStylePanel';
export { ContainerStylePanel } from './ContainerStylePanel';
export { HeroStylePanel } from './HeroStylePanel';
export { NavStylePanel } from './NavStylePanel';
export { MediaStylePanel } from './MediaStylePanel';
export { FormStylePanel } from './FormStylePanel';
export { SocialStylePanel } from './SocialStylePanel';
export { SectionTypePanel } from './SectionTypePanel';
export { PricingStylePanel } from './PricingStylePanel';
export { BackgroundSectionStylePanel } from './BackgroundSectionStylePanel';
export { GenericPropsEditor } from './GenericPropsEditor';