// Native and web share the same implementation — both rely on // platform-agnostic primitives (Container, Typography, useStyles, // makeStyles) and contain no emotion-specific code. export { default as BulletedList } from './BulletedList'; export type * from './type';