12 lines
372 B
JavaScript
12 lines
372 B
JavaScript
import * as slot from './slot';
|
|
export * from './types';
|
|
export * from './isResolvedShorthand';
|
|
export * from './constants';
|
|
export * from './isSlot';
|
|
export * from './assertSlots';
|
|
export * from './getIntrinsicElementProps';
|
|
export * from './deprecated/getSlots';
|
|
export * from './deprecated/resolveShorthand';
|
|
export * from './deprecated/getSlotsNext';
|
|
export { slot };
|