interface RuleProps implements ContainerPropsRe-exportimport { type RuleProps } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js"; Propertiesoptionalselector: stringSelector or selectors of the rule. optionalselectors: string[]Selectors of the rule represented as an array of strings. optionalraws: RuleRawsInformation used to generate byte-to-byte equal node string as it was in the origin input.